home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Add-On
/
Workbench Add-On - Volume 1.iso
/
Dev
/
Oberon
/
Install
/
RecompileLibs
< prev
next >
Wrap
Text File
|
1995-07-02
|
611b
|
23 lines
; $RCSfile: RecompileLibs $
;Description: Script to recompile Oberon-A Library modules that have been
; redefined.
;
; Created by: fjc (Frank Copeland)
; $Revision: 1.1 $
; $Author: fjc $
; $Date: 1995/01/26 00:04:02 $
;_________________________________________________________________________
Echo "Compiling all the Amiga and Library modules that have changed"
Ask "Continue [y/n]?"
IF WARN
Stack 10000
FailAt 5
Echo "Press CTRL-C to interrupt at any time*N"
OBERON-A:OC SETTINGS=OBERON-A:OCLib.prefs NEWSYMFILE BATCH QUIET RecompileLibs.bat
Echo "All finished ..."
ENDIF